home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / hpccmac.gpd < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.9 KB  |  78 lines

  1. *%*****************************************************************************
  2. *%
  3. *%        Value Macros Specific for HP Color LaserJet 4500
  4. *%
  5. *%*****************************************************************************
  6.  
  7. *CodePage: 1252      *% Windows 3.1 US (ANSI) code page
  8.  
  9. *%*********************************************************************
  10. *% Start Macro definitions
  11. *%*********************************************************************
  12.  
  13. *Macros: InstallableNames
  14. {
  15.     INSTALLED_OPTION:        131
  16.     NOTINSTALLED_OPTION:    132
  17.     OPTIONAL_TRAY3:            133
  18.     OPTIONAL_DUPLEX_UNIT:    134
  19. }
  20.  
  21. *Macros: SpecialMediaTypes
  22. {
  23.     BOND_PAPER_DISPLAY:            113    
  24.     CARDSTOCK_PAPER_DISPLAY:    117
  25.     COLOR_PAPER_DISPLAY:        115
  26.     HEAVY_PAPER_DISPLAY:        116
  27.     LABELS_PAPER_DISPLAY:        112
  28.     LETTERHEAD_PAPER_DISPLAY:    108
  29.     PREPRINTED_PAPER_DISPLAY:    107
  30.     PREPUNCHED_PAPER_DISPLAY:    111
  31.     RECYCLED_PAPER_DISPLAY:        114
  32.     UNSPECIFIED_PAPER_DISPLAY:  105
  33. }
  34.  
  35. *Macros: PaperSourceNames
  36. {
  37.     AUTO_DISPLAY:                140
  38.     TRAY1_DISPLAY:                128
  39.     TRAY2_DISPLAY:                129
  40.     TRAY3_DISPLAY:                130
  41.     FRONT_FEED_DISPLAY:            162
  42.     REAR_FEED_DISPLAY:            163
  43. }
  44.  
  45. *Macros: SpecialStrings
  46. {
  47.     DPI_600_DISPLAY:            135
  48.     DPI_300_DISPLAY:            151
  49.     RET_DISPLAY:                136
  50.     RET_ON_DISPLAY:                137
  51.     RET_OFF_DISPLAY:            138
  52.     RET_PRINTER_DEFAULT:        139
  53.     ENABLE_DISPLAY:                160
  54.     DISABLE_DISPLAY:            161
  55.     HPGLMODE_DISPLAY:            122
  56.     RASTERMODE_DISPLAY:            123
  57.     RIPMODE_DISPLAY:            158
  58.     COLORSMART_DISPLAY:            144
  59.     MANUAL_DISPLAY:                146
  60. }
  61.  
  62.  
  63. *%*********************************************************************
  64. *%        HP Color Laserjet 4500 UI Constraint definitions
  65. *%*********************************************************************
  66. *BlockMacro: PaperInputBinConstraints
  67. {
  68.     *Constraints: InputBin.TRAY2
  69.     *Constraints: InputBin.TRAY3
  70. }
  71.  
  72. *BlockMacro: PaperDuplexConstraints
  73. {
  74.     *Constraints: Duplex.HORIZONTAL
  75.     *Constraints: Duplex.VERTICAL
  76. }
  77.  
  78.